-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add testing/modifying instructions to README #36
Conversation
README.md
Outdated
|
||
Note that some examples use features that are still considered optional. | ||
These are listed in the [supported proposals](https://github.com/WebAssembly/wabt/#supported-proposals) section on the WABT README.md, along with the flags used to invoke them. | ||
For exmaple, to build WASM for the [multi-memory](https://github.com/mdn/webassembly-examples/blob/main/understanding-text-format/multi-memory.wat) example you will need to specify the `--enable-multi-memory` flag as shown: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsmth Note this folder structure - everything about understanding the text format is in one folder. But that doc contains heaps of sections, which really could be at their own level.
Anyway, I think in future we should require each example to be in its own sub folder, and at some point move all these too.
This is perfect, thanks a lot for adding! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, thank you! Minor fixes as suggestions, but we're good to go!
Co-authored-by: Brian Thomas Smith <brian@smith.berlin>
@bsmth As discussed in #35 (comment)
This adds links to WABT, the docs on MDN, and to the table for supported features.